home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 11 / QRZ Ham Radio Callsign Database - Volume 11.iso / files / packet / ax25ip.shr / Makefile < prev    next >
Makefile  |  1998-02-02  |  73b  |  8 lines

  1. CFLAGS=    -g
  2. BIN=    ax25ether ax25
  3.  
  4. all:    $(BIN)
  5.  
  6. clean:
  7.     $(RM) *.o *~ $(BIN)
  8.